projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a199d
)
(c-constant-kwds): Add java: null, true, false.
author
Glenn Morris
<rgm@gnu.org>
Tue, 28 Aug 2007 02:49:48 +0000
(
02:49
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 28 Aug 2007 02:49:48 +0000
(
02:49
+0000)
lisp/progmodes/cc-langs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-langs.el
b/lisp/progmodes/cc-langs.el
index 5f9dbad3be2c27b5162ec3f60b5d2c7cfdaaff98..d0ff9c523ade6d91a284ab14783f37bc78eeb187 100644
(file)
--- a/
lisp/progmodes/cc-langs.el
+++ b/
lisp/progmodes/cc-langs.el
@@
-2075,6
+2075,7
@@
nevertheless contains a list separated with ';' and not ','."
"false" "true") ; Defined in C99.
objc '("nil" "Nil")
idl '("TRUE" "FALSE")
+ java '("true" "false" "null") ; technically "literals", not keywords
pike '("UNDEFINED")) ;; Not a keyword, but practically works as one.
(c-lang-defconst c-primary-expr-kwds